From de4cb363c2f368a69e9026f6273ccf59d867d571 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 20 Mar 2016 22:49:33 -0400 Subject: [PATCH] Document gdk_wayland_seat_get_wl_seat --- gdk/wayland/gdkdevice-wayland.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 9d2c7d87ce..dfdf4604f6 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -3209,6 +3209,16 @@ gdk_wayland_seat_set_primary (GdkSeat *seat, } } +/** + * gdk_wayland_seat_get_wl_seat: + * @device: (type GdkWaylandDevice): a #GdkDevice + * + * Returns the Wayland wl_seat of a #GdkSeat. + * + * Returns: (transfer none): a Wayland wl_seat + * + * Since: 3.20 + */ struct wl_seat * gdk_wayland_seat_get_wl_seat (GdkSeat *seat) { -- 2.30.2